projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd9279
)
(copyright-regexp): Allow "Copyright" and the copyright symbol together.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:35:20 +0000
(
03:35
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 Mar 1997 03:35:20 +0000
(
03:35
+0000)
lisp/emacs-lisp/copyright.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/copyright.el
b/lisp/emacs-lisp/copyright.el
index f8ba8c0440441c9a6c632d170d225991f90a6140..4f820810926fd049dc3346f8a0fb9df58d8081a2 100644
(file)
--- a/
lisp/emacs-lisp/copyright.el
+++ b/
lisp/emacs-lisp/copyright.el
@@
-35,7
+35,9
@@
(defvar copyright-regexp
- "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\\)\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
+ "\\(\251\\|[Cc]opyright\\s *:?\\s *(C)\
+\\|[Cc]opyright\\s *:?\\s *\251\\)\
+\\s *\\([1-9][-0-9, ']*[0-9]+\\) "
"*What your copyright notice looks like.
The second \\( \\) construct must match the years.")